home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ccdl151s.zip / INCLUDE / DIAG.H < prev    next >
C/C++ Source or Header  |  1997-01-21  |  99b  |  6 lines

  1. #define DIAGNOSTICS 1
  2. #ifdef DIAGNOSTICS
  3. #define DIAG(x)  diag(x)
  4. #else
  5. #define DIAG(x)
  6. #endif